Allow to run several integration tests
authorAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 16 Feb 2017 10:17:30 +0000 (13:17 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Thu, 16 Feb 2017 10:17:30 +0000 (13:17 +0300)
src/bin/test.rs

index 5f7f9eb8cf7998dc3b92ad15dc33647d8e03e3e0..0dbe81f3d57f0cbbbace840a8e245fc39646c66c 100644 (file)
@@ -41,10 +41,10 @@ Options:
     -h, --help                   Print this message
     --lib                        Test only this package's library
     --doc                        Test only this library's documentation
-    --bin NAME                   Test only the specified binary
-    --example NAME               Test only the specified example
-    --test NAME                  Test only the specified integration test target
-    --bench NAME                 Test only the specified benchmark target
+    --bin NAME ...               Test only the specified binaries
+    --example NAME ...           Test only the specified examples
+    --test NAME ...              Test only the specified integration test targets
+    --bench NAME ...             Test only the specified benchmark targets
     --no-run                     Compile, but don't run tests
     -p SPEC, --package SPEC ...  Package to run tests for
     --all                        Test all packages in the workspace